home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
ShareMailGiftware
/
autotrace
/
autotrace-0.30
/
TODO
< prev
Wrap
Text File
|
2002-10-27
|
1KB
|
36 lines
Core:
- Speed up
- Improve tracing quality
- Bugs?!
- Recognition of Circle and Ellipse pieces.
- Addition of code to recognize lines, splines and circles even if there is
a lot of noise
- Currently pictures have to fit completely into memory
- New algorithm to work best with antialiased pictures
- 3D recognition
- Better list management, that means the current generation of lists is time
consuming and fragmentates the heap.
- Outlines are traced two times that means that it could be faster and if we
trace and fit every outline only once we will not have the problems with
unwanted gaps anymore.
- Better thinning algorithm like CAT (Chordal Axis Transformation)
Input:
- Mirgrate new plug-in interface with using glib(0.31)
- Support of image libraries as freeimage, gdk-pixbuf or paintlib(0.31)
Output:
- Mirgrate new plug-in interface with using glib(0.31)
- Output API abstraction(0.31)
- New export formats like wmf, cdr, cmx, compressed pdf, compressed svg and
dxf with splines...
Library and its clients:
- Make libautotrace.h shared library(0.31)
- Graphical userinterface
-- For gnome/gtk, frontline is under developing.
See http://autotrace.sourceforge.net/frontline
It works well with sodipodi, a drawing editor.
-- For KDE/Qt?